projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62357a3
)
(hide-sublevels): Typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 19:55:33 +0000
(19:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 19:55:33 +0000
(19:55 +0000)
lisp/textmodes/ooutline.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ooutline.el
b/lisp/textmodes/ooutline.el
index 9709fc0d3092a2104c128cf9b8cd08f18a82fd26..c039fb0b295dadb81986921136a789c2db4d5b63 100644
(file)
--- a/
lisp/textmodes/ooutline.el
+++ b/
lisp/textmodes/ooutline.el
@@
-379,7
+379,7
@@
while if FLAG is `\\^M' (control-M) the text is hidden."
;; Hide everything under that.
(outline-flag-region (point) end ?\^M)
;; Show the first LEVELS levels under that.
- (if (> levels
1
)
+ (if (> levels
0
)
(show-children levels))
;; Move to the next, since we already found it.
(goto-char end)))))